CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hex CHECKSUM

搜索资源列表

  1. ihex.zip

    0下载:
  2. This program will dump a block of program code to the 8051 serial port in Intel HEX format. It was a quick and nasty hack to fulfill a need, however it includes a good checksum calculation routine, which is nice. For simplicity, this program dumps I
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-11-04
    • 文件大小:2726
    • 提供者:
  1. CheckSum

    0下载:
  2. Hex 文件 Checksum,计算工具-Hex File Checksum, computational tools
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:145808
    • 提供者:张军平
  1. MCUToolsEn

    0下载:
  2. MCUTool.exe 源代码 !!!超级单片机开发工具!!! 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-MCUTool.exe source code! ! ! Super single-
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:61836
    • 提供者:黄元其
  1. gongju

    0下载:
  2. 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-Single-chip used in the process of developing the multi-functional tools, includi
  3. 所属分类:Parallel Port

    • 发布日期:2017-05-11
    • 文件大小:2814624
    • 提供者:林琳
  1. Add.VB.code.convert.hex.checksum

    0下载:
  2. VB校验和 进制转换相加代码Add VB code to convert hex checksum -Add VB code to convert hex checksum
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:8246
    • 提供者:,
  1. PortHelperV1.2.7

    2下载:
  2. 单片机多功能调试助手不仅含有串口调试功能、而且该软件强大之处支持USB数据收发、网络数据收发、51/AVR单片机波特率计算、数码管字型码生成、进制转换、点阵生成、校验值(奇偶校验/校验和/CRC冗余循环校验)/BMP转16进制等功能,还带有自动升级功能,买家手上的调试助手永远是最新的,享受我们提供的软件服务。-Single chip debug function not only with serial debugging helper, and the software is a powerf
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:903107
    • 提供者:赵文选
  1. Checksum

    0下载:
  2. 校验和的计算过程主要分位三个步骤:数据文件的输入,校验和的计算和校验结果的输出。输入数据可能是以字符形式存储的 ,而校验和的计算则要采用数据形式,所以在从文件读取数据时,都要进行字符到数据的相互转换. 使用C++编程时直接使用16进制的方式打开输入文件。待校验的数据按16位位一个单位相加,采用端循环进位,最后对所得16位的数据取反码。因为待校验的数据时以字节方式分隔的 ,所以为了方便,将16位的数据分成高8位和 低8位处理。-Checksum calculation process is div
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:7519
    • 提供者:刘俊涛
  1. c51-test

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:1216
    • 提供者:lsj
  1. amode822

    0下载:
  2. 我平时编程和设计时常用的小工具集合。 功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串-I usually used when programming and designing a small collection of tools. Function: 1-8 bit che
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:77320
    • 提供者:youlijun
  1. MCUSUPERTool

    0下载:
  2. 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-Microcontroller used in the process of developing multi-functional tools, includi
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:1389791
    • 提供者:xialu
  1. altprog_Source

    0下载:
  2. programmer chips The control program may be the following: Open and save files in HEX and BIN, at the same time to make the transformation from one to another. Open files up to 64 Mb. At the same time work with the file does not depend on
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-18
    • 文件大小:4716983
    • 提供者:Aleksandr
  1. flasher_0.17_src

    0下载:
  2. programmer chips The control program may be the following: Open and save files in HEX and BIN, at the same time to make the transformation from one to another. Open files up to 64 Mb. At the same time work with the file does not depend on
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:26661
    • 提供者:Aleksandr
  1. FTDI_driver_CDM20808

    0下载:
  2. 此文件包含hex文件解密算法以及hex文件的校验方式-This file contains the hex file decryption algorithm and the hex file checksum
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1212700
    • 提供者:卢月亭
  1. CRC2014523172457

    0下载:
  2. 多功能插件式CRC校验器,支持MD5校验、CRC校验、Base64加密、Base64解密、转换中文、转换Hex、大小写转换等,可以自己扩展,有扩展模板代码。-Multi-function plug-in CRC checksum, support MD5 checksum, CRC checksum, Base64 encryption, Base64 decryption, conversion Chinese, conversion Hex, case conversion, etc., c
  3. 所属分类:Com Port

    • 发布日期:2017-04-24
    • 文件大小:113978
    • 提供者:lizhen
  1. Checksum

    0下载:
  2. 针对二进制程序文件进行校验码计算,并将校验码写入相关文件。-Caculat the checksum of binary files, such as Hex and S19 files, writes checksum into files then.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1984
    • 提供者:Michael
  1. crc_16

    1下载:
  2. crc16校验码计算易语言模块,包含文本异位于,进制转换等功能。非常适合易语言做串口应用的开发。-crc16 checksum calculation easy language module, containing the text located in different, hex conversion. Very easy language to do the development for serial applications.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3072
    • 提供者:yangzhi
搜珍网 www.dssz.com